home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e052 / ghost / ghost.txt < prev   
Text File  |  1992-10-22  |  3KB  |  93 lines

  1.  
  2.                               GHOST 2.5
  3.                         (requires Windows 3.1)
  4.  
  5.                             by Brian Myers
  6.                            of Access Softek
  7.  
  8.                      copyright 1992 by Brian Myers
  9.  
  10.  
  11. CHANGES FROM 2.0A
  12. -----------------
  13. The program is now partially configurable.  By choosing the new
  14. "Options" command from the system menu you can set the number of
  15. ghosts, the number of clouds, the horizontal and vertical speeds of
  16. the ghosts, and the horizontal speed of the clouds.  The settings
  17. are kept in a new GHOST.INI file in your Windows directory.
  18.  
  19. Configuring sprite speed and quantity should let the program look
  20. better on machines that run at different speeds.
  21.  
  22. This version of Ghost no longer runs on Windows 3.0.  It requires 3.1.
  23. I assume 3.1 is common now; if people complain I can probably add code
  24. to make the new program work with both versions again.
  25.  
  26. DESCRIPTION
  27. -----------
  28. Ghost is a simple animation program; it doesn't do anything more than
  29. move images across its client area.  Some people may possibly recall
  30. the first version of the program, written for Windows 2.0; I know
  31. copies of it went far afield.
  32.  
  33. For statistics fans, the previous release--2.0A--was downloaded from
  34. Compuserve over 1250 times.
  35.  
  36. PURPOSE
  37. -------
  38. Ghost is simply for amusement, but the About box does advertise my
  39. Windows programming book:
  40.  
  41.     Programmer's Introduction to Windows 3.1
  42.     by Brian Myers & Chris Doner
  43.     Sybex, August 1992
  44.     ISBN: 0-7821-1034-7
  45.  
  46. The book does not contain the code for Ghost, but it does include a
  47. chapter on animation techniques, including code for smooth motion over
  48. a background.
  49.  
  50. The book also covers DIBs, palettes, multimedia, memory management,
  51. drag-and-drop interface, reading and writing bitmap files, TrueType
  52. fonts, printing, the clipboard, allocating arrays dynamically, Win32
  53. compatibility, child windows, transparent bitmaps, metafiles, the
  54. basics of OLE, and loads of other stuff.
  55.  
  56. HOW TO FIND ME
  57. --------------
  58. Should you want to send me comments, ideas, or observations, you can
  59. reach me by the following means (in order of preference):
  60.  
  61.     Compuserve:  leave a message with "Brian" in the subject line
  62.                  on the WINAPA forum, section 2 (Access Softek)
  63.  
  64.     INTERNET:    bmyers@garnet.berkeley.edu
  65.  
  66.     phone:       leave a message for Brian at (510) 848-0606
  67.                  (Access Softek)
  68.  
  69. HISTORY
  70. -------
  71. Version 2.5 added the Options dialog box.  The ghosts now do an about
  72. face when they change directions.  Some other modifications were also
  73. necessary to add special ghosts.  The program now requires 3.1.  There
  74. are a few more ghost and cloud patterns and the error checking continues
  75. to improve.
  76.  
  77. Version 2.0a fixed a small bug that made the About box stick to
  78. the cursor whenever the box was dragged.
  79.  
  80. Version 2.0 was upgraded from version 1, which I wrote in 1988 for
  81. Windows 2.0.  Most of the changes are internal; the program uses
  82. memory better; its bitmap resources are now stored as DIBs; and the
  83. code uses STRICT types and message crackers.
  84.  
  85. The moving icon on the About box developed a clipping problem under
  86. 3.0; that's been fixed.  The colors are now all shades of gray,
  87. the tombstones look more 3-dimensional, the moon should appear round
  88. on any display, and the ghosts now react to the witch cursor.
  89.  
  90. DISTRIBUTION
  91. ------------
  92. The program is copyrighted but free.  Pass it on.
  93.